﻿2026-07-10T09:12:05.5812630Z Current runner version: '2.335.1'
2026-07-10T09:12:05.5819762Z Runner name: 'hfenduleam'
2026-07-10T09:12:05.5820414Z Runner group name: 'Default'
2026-07-10T09:12:05.5821207Z Machine name: 'HFENDULEAM'
2026-07-10T09:12:05.5824383Z ##[group]GITHUB_TOKEN Permissions
2026-07-10T09:12:05.5826336Z Contents: read
2026-07-10T09:12:05.5826868Z Metadata: read
2026-07-10T09:12:05.5827325Z Packages: read
2026-07-10T09:12:05.5827810Z ##[endgroup]
2026-07-10T09:12:05.5829711Z Secret source: Actions
2026-07-10T09:12:05.5830361Z Prepare workflow directory
2026-07-10T09:12:05.6553096Z Prepare all required actions
2026-07-10T09:12:05.6591140Z Getting action download info
2026-07-10T09:12:06.0108262Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-10T09:12:06.6999431Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-07-10T09:12:06.7865253Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-07-10T09:12:06.7866482Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-07-10T09:12:06.7867196Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-07-10T09:12:06.7867835Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-07-10T09:12:06.7868343Z [36;1mexit 0[0m
2026-07-10T09:12:06.7959765Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-10T09:12:06.7960475Z ##[endgroup]
2026-07-10T09:12:07.2874187Z ##[group]Run actions/checkout@v5
2026-07-10T09:12:07.2875102Z with:
2026-07-10T09:12:07.2875677Z   fetch-depth: 0
2026-07-10T09:12:07.2876280Z   repository: SaberMage/spt-core
2026-07-10T09:12:07.2881395Z   token: ***
2026-07-10T09:12:07.2881965Z   ssh-strict: true
2026-07-10T09:12:07.2882537Z   ssh-user: git
2026-07-10T09:12:07.2883128Z   persist-credentials: true
2026-07-10T09:12:07.2883787Z   clean: true
2026-07-10T09:12:07.2884355Z   sparse-checkout-cone-mode: true
2026-07-10T09:12:07.2885049Z   fetch-tags: false
2026-07-10T09:12:07.2885661Z   show-progress: true
2026-07-10T09:12:07.2886239Z   lfs: false
2026-07-10T09:12:07.2886778Z   submodules: false
2026-07-10T09:12:07.2887356Z   set-safe-directory: true
2026-07-10T09:12:07.2887972Z ##[endgroup]
2026-07-10T09:12:08.2056561Z Syncing repository: SaberMage/spt-core
2026-07-10T09:12:08.2058702Z ##[group]Getting Git version info
2026-07-10T09:12:08.2059729Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-10T09:12:08.2347266Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T09:12:08.2593790Z git version 2.43.0.windows.1
2026-07-10T09:12:08.2620861Z ##[endgroup]
2026-07-10T09:12:08.2633831Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0d03e025-f5bc-4b3e-b907-0d5e605b0483\.gitconfig'
2026-07-10T09:12:08.2650435Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0d03e025-f5bc-4b3e-b907-0d5e605b0483' before making global git config changes
2026-07-10T09:12:08.2652338Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:12:08.2657572Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T09:12:08.2958891Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-10T09:12:08.3220126Z https://github.com/SaberMage/spt-core
2026-07-10T09:12:08.3261102Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T09:12:08.3266906Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T09:12:08.3550593Z HEAD
2026-07-10T09:12:08.3897785Z ##[endgroup]
2026-07-10T09:12:08.3900958Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-10T09:12:09.0018359Z ##[group]Cleaning the repository
2026-07-10T09:12:09.0022710Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-10T09:12:10.1942489Z Removing dist/
2026-07-10T09:12:10.1942781Z Removing target/
2026-07-10T09:12:10.1969993Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-10T09:12:10.2562823Z HEAD is now at 0a306c9 Merge pull request #74 from SaberMage/release/v0.30.5
2026-07-10T09:12:10.2589577Z ##[endgroup]
2026-07-10T09:12:10.2595792Z ##[group]Disabling automatic garbage collection
2026-07-10T09:12:10.2603186Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T09:12:10.2881119Z ##[endgroup]
2026-07-10T09:12:10.2881477Z ##[group]Setting up auth
2026-07-10T09:12:10.2888599Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:12:10.3173817Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T09:12:10.9750085Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:12:11.0037444Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T09:12:11.6305274Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:12:11.7282294Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T09:12:12.6087115Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T09:12:12.6411968Z ##[endgroup]
2026-07-10T09:12:12.6412580Z ##[group]Fetching the repository
2026-07-10T09:12:12.6419789Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +16fce9ba7828f03a5ade17f10d5f1a9eda580354:refs/remotes/pull/75/merge
2026-07-10T09:12:14.4528474Z From https://github.com/SaberMage/spt-core
2026-07-10T09:12:14.4529208Z  * [new branch]      fix/update-wedge-bounded-conn-write      -> origin/fix/update-wedge-bounded-conn-write
2026-07-10T09:12:14.4530086Z  * [new branch]      release-merge/uwedge-r4                  -> origin/release-merge/uwedge-r4
2026-07-10T09:12:14.4530762Z  * [new branch]      release/v0.30.6                          -> origin/release/v0.30.6
2026-07-10T09:12:14.4531358Z  * [new ref]         16fce9ba7828f03a5ade17f10d5f1a9eda580354 -> pull/75/merge
2026-07-10T09:12:14.4662872Z ##[endgroup]
2026-07-10T09:12:14.4663257Z ##[group]Determining the checkout info
2026-07-10T09:12:14.4663589Z ##[endgroup]
2026-07-10T09:12:14.4668891Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T09:12:14.4956845Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T09:12:14.5347757Z ##[group]Checking out the ref
2026-07-10T09:12:14.5355833Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/75/merge
2026-07-10T09:12:14.6049944Z Previous HEAD position was 0a306c9 Merge pull request #74 from SaberMage/release/v0.30.5
2026-07-10T09:12:14.6050516Z HEAD is now at 16fce9b Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:12:14.6076090Z ##[endgroup]
2026-07-10T09:12:14.6900212Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T09:12:14.7126141Z 16fce9ba7828f03a5ade17f10d5f1a9eda580354
2026-07-10T09:12:14.7384809Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-10T09:12:14.7385191Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-10T09:12:14.7385455Z [36;1m$PIN = "0c95435"[0m
2026-07-10T09:12:14.7385767Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-10T09:12:14.7386686Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-10T09:12:14.7387131Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-10T09:12:14.7387577Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-10T09:12:14.7387908Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-10T09:12:14.7388216Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-10T09:12:14.7388473Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-10T09:12:14.7388777Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-10T09:12:14.7389225Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-10T09:12:14.7389457Z [36;1m}[0m
2026-07-10T09:12:14.7389650Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-10T09:12:14.7389923Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T09:12:14.7466158Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-10T09:12:14.7466480Z ##[endgroup]
2026-07-10T09:12:17.5932717Z    Compiling proc-macro2 v1.0.106
2026-07-10T09:12:17.5932993Z    Compiling quote v1.0.45
2026-07-10T09:12:17.5933330Z    Compiling unicode-ident v1.0.24
2026-07-10T09:12:17.5933569Z    Compiling cfg-if v1.0.4
2026-07-10T09:12:17.5933772Z    Compiling serde_core v1.0.228
2026-07-10T09:12:17.5933991Z    Compiling serde v1.0.228
2026-07-10T09:12:17.5934219Z    Compiling windows-link v0.2.1
2026-07-10T09:12:17.5934443Z    Compiling portable-atomic v1.13.1
2026-07-10T09:12:17.5934886Z    Compiling typenum v1.20.1
2026-07-10T09:12:17.5935284Z    Compiling getrandom v0.3.4
2026-07-10T09:12:17.5936306Z    Compiling version_check v0.9.5
2026-07-10T09:12:17.5936648Z    Compiling pin-project-lite v0.2.17
2026-07-10T09:12:17.5937134Z    Compiling memchr v2.8.1
2026-07-10T09:12:17.5937492Z    Compiling shlex v2.0.1
2026-07-10T09:12:17.5938213Z    Compiling critical-section v1.2.0
2026-07-10T09:12:17.5938594Z    Compiling find-msvc-tools v0.1.9
2026-07-10T09:12:17.6633727Z    Compiling windows-sys v0.61.2
2026-07-10T09:12:17.6671863Z    Compiling subtle v2.6.1
2026-07-10T09:12:17.7614288Z    Compiling equivalent v1.0.2
2026-07-10T09:12:17.8181814Z    Compiling futures-core v0.3.32
2026-07-10T09:12:17.8300475Z    Compiling smallvec v1.15.1
2026-07-10T09:12:17.8746784Z    Compiling itoa v1.0.18
2026-07-10T09:12:17.9043316Z    Compiling bytes v1.11.1
2026-07-10T09:12:17.9360386Z    Compiling semver v1.0.28
2026-07-10T09:12:17.9878222Z    Compiling stable_deref_trait v1.2.1
2026-07-10T09:12:18.0187404Z    Compiling generic-array v0.14.7
2026-07-10T09:12:18.1366225Z    Compiling log v0.4.32
2026-07-10T09:12:18.1620018Z    Compiling rustc_version v0.4.1
2026-07-10T09:12:18.1782639Z    Compiling slab v0.4.12
2026-07-10T09:12:18.2979308Z    Compiling rand_core v0.10.1
2026-07-10T09:12:18.3253436Z    Compiling futures-sink v0.3.32
2026-07-10T09:12:18.3648575Z    Compiling futures-io v0.3.32
2026-07-10T09:12:18.4494570Z    Compiling hashbrown v0.17.1
2026-07-10T09:12:18.4787543Z    Compiling rustversion v1.0.22
2026-07-10T09:12:18.4821078Z    Compiling futures-task v0.3.32
2026-07-10T09:12:18.5873855Z    Compiling futures-channel v0.3.32
2026-07-10T09:12:18.5914136Z    Compiling getrandom v0.2.17
2026-07-10T09:12:18.6268399Z    Compiling cpufeatures v0.2.17
2026-07-10T09:12:18.6419820Z    Compiling getrandom v0.4.2
2026-07-10T09:12:18.6493281Z    Compiling fnv v1.0.7
2026-07-10T09:12:18.6937420Z    Compiling libc v0.2.186
2026-07-10T09:12:18.7033030Z    Compiling strsim v0.11.1
2026-07-10T09:12:18.9686029Z    Compiling cfg_aliases v0.2.1
2026-07-10T09:12:19.1179766Z    Compiling jobserver v0.1.34
2026-07-10T09:12:19.1397842Z    Compiling writeable v0.6.3
2026-07-10T09:12:19.1624054Z    Compiling litemap v0.8.2
2026-07-10T09:12:19.1748734Z    Compiling autocfg v1.5.1
2026-07-10T09:12:19.1790964Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T09:12:19.2539615Z    Compiling dunce v1.0.5
2026-07-10T09:12:19.2683640Z    Compiling utf8_iter v1.0.4
2026-07-10T09:12:19.4080741Z    Compiling cc v1.2.63
2026-07-10T09:12:19.4762136Z    Compiling indexmap v2.14.0
2026-07-10T09:12:19.4805736Z    Compiling icu_properties_data v2.2.0
2026-07-10T09:12:19.5487179Z    Compiling fs_extra v1.3.0
2026-07-10T09:12:19.5499097Z    Compiling ident_case v1.0.1
2026-07-10T09:12:19.6940319Z    Compiling syn v2.0.117
2026-07-10T09:12:19.7106422Z    Compiling percent-encoding v2.3.2
2026-07-10T09:12:19.7267245Z    Compiling http v1.4.1
2026-07-10T09:12:19.7438393Z    Compiling cpufeatures v0.3.0
2026-07-10T09:12:19.7754214Z    Compiling crypto-common v0.1.7
2026-07-10T09:12:19.8092583Z    Compiling aws-lc-rs v1.17.0
2026-07-10T09:12:19.8329529Z    Compiling thiserror v2.0.18
2026-07-10T09:12:19.8539789Z    Compiling unicode-segmentation v1.13.3
2026-07-10T09:12:19.8588841Z    Compiling scopeguard v1.2.0
2026-07-10T09:12:19.9335691Z    Compiling form_urlencoded v1.2.2
2026-07-10T09:12:20.0885787Z    Compiling block-buffer v0.10.4
2026-07-10T09:12:20.1727362Z    Compiling cmake v0.1.58
2026-07-10T09:12:20.1988568Z    Compiling chacha20 v0.10.0
2026-07-10T09:12:20.2396634Z    Compiling winapi v0.3.9
2026-07-10T09:12:20.3159251Z    Compiling lock_api v0.4.14
2026-07-10T09:12:20.3217175Z    Compiling untrusted v0.9.0
2026-07-10T09:12:20.3593858Z    Compiling bitflags v2.12.1
2026-07-10T09:12:20.3964439Z    Compiling digest v0.10.7
2026-07-10T09:12:20.4942572Z    Compiling num-traits v0.2.19
2026-07-10T09:12:20.6227286Z    Compiling windows-result v0.4.1
2026-07-10T09:12:20.6342597Z    Compiling windows-strings v0.5.1
2026-07-10T09:12:20.7558973Z    Compiling rustls v0.23.40
2026-07-10T09:12:20.8414708Z    Compiling rand v0.10.1
2026-07-10T09:12:20.8822707Z    Compiling heck v0.5.0
2026-07-10T09:12:20.8926195Z    Compiling convert_case v0.10.0
2026-07-10T09:12:20.9065070Z    Compiling const-oid v0.10.2
2026-07-10T09:12:20.9232451Z    Compiling unicode-xid v0.2.6
2026-07-10T09:12:20.9384445Z    Compiling anyhow v1.0.102
2026-07-10T09:12:21.0647211Z    Compiling atomic-waker v1.1.2
2026-07-10T09:12:21.1076349Z    Compiling parking_lot_core v0.9.12
2026-07-10T09:12:21.1536787Z    Compiling aws-lc-sys v0.41.0
2026-07-10T09:12:21.1852716Z    Compiling ring v0.17.14
2026-07-10T09:12:21.1962709Z    Compiling httparse v1.10.1
2026-07-10T09:12:21.2447339Z    Compiling zerocopy v0.8.50
2026-07-10T09:12:21.2479116Z    Compiling http-body v1.0.1
2026-07-10T09:12:21.2822697Z    Compiling hybrid-array v0.4.12
2026-07-10T09:12:21.3095163Z    Compiling curve25519-dalek v4.1.3
2026-07-10T09:12:21.3229432Z    Compiling ahash v0.8.12
2026-07-10T09:12:21.3986804Z    Compiling fastrand v2.4.1
2026-07-10T09:12:21.5136961Z    Compiling base64ct v1.8.3
2026-07-10T09:12:21.5252611Z    Compiling powerfmt v0.2.0
2026-07-10T09:12:21.6813294Z    Compiling either v1.16.0
2026-07-10T09:12:21.7241287Z    Compiling deranged v0.5.8
2026-07-10T09:12:21.8479231Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T09:12:21.9261817Z    Compiling uuid v1.23.2
2026-07-10T09:12:21.9658343Z    Compiling rand_core v0.6.4
2026-07-10T09:12:22.0100351Z    Compiling num-conv v0.2.2
2026-07-10T09:12:22.0742298Z    Compiling try-lock v0.2.5
2026-07-10T09:12:22.1558053Z    Compiling tinyvec_macros v0.1.1
2026-07-10T09:12:22.2815800Z    Compiling time-core v0.1.8
2026-07-10T09:12:22.3361782Z    Compiling tower-service v0.3.3
2026-07-10T09:12:22.3807649Z    Compiling zmij v1.0.21
2026-07-10T09:12:22.3826525Z    Compiling vcpkg v0.2.15
2026-07-10T09:12:22.3861112Z    Compiling pkg-config v0.3.33
2026-07-10T09:12:22.3879185Z    Compiling base64 v0.22.1
2026-07-10T09:12:22.3885213Z    Compiling data-encoding v2.11.0
2026-07-10T09:12:22.4644377Z    Compiling want v0.3.1
2026-07-10T09:12:22.5130902Z    Compiling tinyvec v1.11.0
2026-07-10T09:12:22.7587543Z    Compiling parking_lot v0.12.5
2026-07-10T09:12:22.8065387Z    Compiling crypto-common v0.2.2
2026-07-10T09:12:22.9473309Z    Compiling synstructure v0.13.2
2026-07-10T09:12:22.9890436Z    Compiling darling_core v0.20.11
2026-07-10T09:12:23.1174541Z    Compiling block-buffer v0.12.0
2026-07-10T09:12:23.3600612Z    Compiling sha2 v0.10.9
2026-07-10T09:12:23.3601070Z    Compiling vergen-lib v9.1.0
2026-07-10T09:12:23.4281077Z    Compiling inout v0.1.4
2026-07-10T09:12:23.4343231Z    Compiling n0-future v0.3.2
2026-07-10T09:12:23.5341727Z    Compiling diatomic-waker v0.2.3
2026-07-10T09:12:23.5461490Z    Compiling serde_json v1.0.150
2026-07-10T09:12:23.6007521Z    Compiling parking v2.2.1
2026-07-10T09:12:23.6461404Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T09:12:23.6556040Z    Compiling signature v2.2.0
2026-07-10T09:12:23.7483253Z    Compiling spin v0.10.0
2026-07-10T09:12:23.8227720Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-10T09:12:23.8249236Z    Compiling winnow v1.0.3
2026-07-10T09:12:23.8438156Z    Compiling cordyceps v0.3.4
2026-07-10T09:12:23.8612495Z    Compiling crossbeam-utils v0.8.21
2026-07-10T09:12:23.8727093Z    Compiling httpdate v1.0.3
2026-07-10T09:12:23.9815066Z    Compiling ed25519 v2.2.3
2026-07-10T09:12:24.0681375Z    Compiling futures-lite v2.6.1
2026-07-10T09:12:24.1835371Z    Compiling futures-buffered v0.2.13
2026-07-10T09:12:24.2043982Z    Compiling digest v0.11.3
2026-07-10T09:12:24.2073193Z    Compiling cipher v0.4.4
2026-07-10T09:12:24.4726886Z    Compiling universal-hash v0.5.1
2026-07-10T09:12:24.4753207Z    Compiling vergen v9.1.0
2026-07-10T09:12:24.5616896Z    Compiling vergen-lib v0.1.6
2026-07-10T09:12:24.5617669Z    Compiling noq-udp v0.10.0
2026-07-10T09:12:24.5797094Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T09:12:24.6363026Z    Compiling heapless v0.7.17
2026-07-10T09:12:24.6905844Z    Compiling socket2 v0.6.4
2026-07-10T09:12:24.8257688Z    Compiling mio v1.2.1
2026-07-10T09:12:24.8584271Z    Compiling sync_wrapper v1.0.2
2026-07-10T09:12:24.8879873Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T09:12:24.9553473Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T09:12:25.0668371Z    Compiling opaque-debug v0.3.1
2026-07-10T09:12:25.0869177Z    Compiling byteorder v1.5.0
2026-07-10T09:12:25.1643794Z    Compiling allocator-api2 v0.2.21
2026-07-10T09:12:25.3151927Z    Compiling serde_derive v1.0.228
2026-07-10T09:12:25.4803139Z    Compiling zeroize_derive v1.4.3
2026-07-10T09:12:25.4877109Z    Compiling zerofrom-derive v0.1.7
2026-07-10T09:12:25.5576057Z    Compiling yoke-derive v0.8.2
2026-07-10T09:12:25.5743376Z    Compiling tokio-macros v2.7.0
2026-07-10T09:12:25.8168684Z    Compiling futures-macro v0.3.32
2026-07-10T09:12:25.8647214Z    Compiling zerovec-derive v0.11.3
2026-07-10T09:12:25.9553217Z    Compiling displaydoc v0.2.6
2026-07-10T09:12:26.0223603Z    Compiling tracing-attributes v0.1.31
2026-07-10T09:12:26.3423932Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T09:12:26.3474828Z    Compiling thiserror-impl v2.0.18
2026-07-10T09:12:26.4136307Z    Compiling darling_macro v0.20.11
2026-07-10T09:12:26.5702645Z    Compiling derive_more-impl v2.1.1
2026-07-10T09:12:26.7878245Z    Compiling n0-error-macros v0.1.3
2026-07-10T09:12:27.3135922Z    Compiling zeroize v1.8.2
2026-07-10T09:12:27.6618314Z    Compiling rustls-pki-types v1.14.1
2026-07-10T09:12:27.6942478Z    Compiling darling v0.20.11
2026-07-10T09:12:27.8785549Z    Compiling spez v0.1.2
2026-07-10T09:12:28.0370331Z    Compiling derive_builder_core v0.20.2
2026-07-10T09:12:28.0780941Z    Compiling futures-util v0.3.32
2026-07-10T09:12:28.1135913Z    Compiling tokio v1.52.3
2026-07-10T09:12:28.2472491Z    Compiling windows-implement v0.60.2
2026-07-10T09:12:28.2738454Z    Compiling windows-interface v0.59.3
2026-07-10T09:12:28.3184284Z    Compiling zerofrom v0.1.8
2026-07-10T09:12:28.5493551Z    Compiling n0-error v0.1.3
2026-07-10T09:12:28.6067035Z    Compiling der v0.8.0-rc.10
2026-07-10T09:12:28.6205615Z    Compiling pin-project-internal v1.1.13
2026-07-10T09:12:28.7137987Z    Compiling yoke v0.8.3
2026-07-10T09:12:29.0389397Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T09:12:29.1774598Z    Compiling zerovec v0.11.6
2026-07-10T09:12:29.2598957Z    Compiling zerotrie v0.2.4
2026-07-10T09:12:29.3359315Z    Compiling windows-core v0.62.2
2026-07-10T09:12:29.3893178Z    Compiling hash32 v0.2.1
2026-07-10T09:12:29.4606361Z    Compiling polyval v0.6.2
2026-07-10T09:12:29.5955830Z    Compiling derive_builder_macro v0.20.2
2026-07-10T09:12:29.6826611Z    Compiling ed25519-dalek v2.2.0
2026-07-10T09:12:29.8105036Z    Compiling tinystr v0.8.3
2026-07-10T09:12:29.9739978Z    Compiling potential_utf v0.1.5
2026-07-10T09:12:29.9821255Z    Compiling spki v0.8.0-rc.4
2026-07-10T09:12:30.1123669Z    Compiling icu_locale_core v2.2.0
2026-07-10T09:12:30.2310295Z    Compiling icu_collections v2.2.0
2026-07-10T09:12:30.2311108Z    Compiling derive_builder v0.20.2
2026-07-10T09:12:30.2942717Z    Compiling pin-project v1.1.13
2026-07-10T09:12:30.2943399Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T09:12:30.6555302Z    Compiling spin v0.9.8
2026-07-10T09:12:30.6644855Z    Compiling vergen-gitcl v1.0.8
2026-07-10T09:12:30.6645632Z    Compiling windows-threading v0.2.1
2026-07-10T09:12:30.7462011Z    Compiling signature v3.0.0
2026-07-10T09:12:30.7945357Z    Compiling ryu v1.0.23
2026-07-10T09:12:30.8254522Z    Compiling fallible-iterator v0.3.0
2026-07-10T09:12:30.9009766Z    Compiling tower-layer v0.3.3
2026-07-10T09:12:31.0239901Z    Compiling ipnet v2.12.0
2026-07-10T09:12:31.0699468Z    Compiling futures-executor v0.3.32
2026-07-10T09:12:31.0869232Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T09:12:31.1754122Z    Compiling icu_provider v2.2.0
2026-07-10T09:12:31.3523583Z    Compiling futures v0.3.32
2026-07-10T09:12:31.4094567Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T09:12:31.4763070Z    Compiling prefix-trie v0.8.4
2026-07-10T09:12:31.5313983Z    Compiling windows-future v0.3.2
2026-07-10T09:12:31.5541960Z    Compiling once_cell v1.21.4
2026-07-10T09:12:31.6015184Z    Compiling windows-targets v0.52.6
2026-07-10T09:12:31.7746249Z    Compiling icu_properties v2.2.0
2026-07-10T09:12:31.8026728Z    Compiling icu_normalizer v2.2.0
2026-07-10T09:12:31.8573881Z    Compiling derive_more v2.1.1
2026-07-10T09:12:31.9311321Z    Compiling windows-collections v0.3.2
2026-07-10T09:12:31.9352506Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T09:12:32.2009366Z    Compiling tokio-util v0.7.18
2026-07-10T09:12:32.2725144Z    Compiling windows-numerics v0.3.1
2026-07-10T09:12:32.4604508Z    Compiling tracing-core v0.1.36
2026-07-10T09:12:32.6010391Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-10T09:12:32.7330118Z    Compiling proc-macro-crate v3.5.0
2026-07-10T09:12:32.8616577Z    Compiling ghash v0.5.1
2026-07-10T09:12:32.9373081Z    Compiling hashbrown v0.14.5
2026-07-10T09:12:32.9738872Z    Compiling cobs v0.3.0
2026-07-10T09:12:33.0179863Z    Compiling postcard-derive v0.2.2
2026-07-10T09:12:33.0550411Z    Compiling aes v0.8.4
2026-07-10T09:12:33.0790412Z    Compiling ctr v0.9.2
2026-07-10T09:12:33.0790850Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T09:12:33.2933642Z    Compiling tracing v0.1.44
2026-07-10T09:12:33.3189590Z    Compiling fs2 v0.4.3
2026-07-10T09:12:33.3584132Z    Compiling time v0.3.47
2026-07-10T09:12:33.3901344Z    Compiling http-body-util v0.1.3
2026-07-10T09:12:33.6357217Z    Compiling hashlink v0.9.1
2026-07-10T09:12:33.6688411Z    Compiling aead v0.5.2
2026-07-10T09:12:33.7438836Z    Compiling utf8parse v0.2.2
2026-07-10T09:12:33.7442165Z    Compiling h2 v0.4.14
2026-07-10T09:12:33.8877784Z    Compiling idna_adapter v1.2.2
2026-07-10T09:12:33.8967118Z    Compiling ipconfig v0.3.4
2026-07-10T09:12:33.8967558Z    Compiling widestring v1.2.1
2026-07-10T09:12:33.9256164Z    Compiling arrayvec v0.7.6
2026-07-10T09:12:33.9347515Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T09:12:34.0156148Z    Compiling idna v1.1.0
2026-07-10T09:12:34.0413583Z    Compiling rusqlite v0.32.1
2026-07-10T09:12:34.2337239Z    Compiling aes-gcm v0.10.3
2026-07-10T09:12:34.3166760Z    Compiling url v2.5.8
2026-07-10T09:12:34.3733361Z    Compiling postcard v1.1.3
2026-07-10T09:12:34.3733829Z    Compiling num_enum_derive v0.7.6
2026-07-10T09:12:34.4075936Z    Compiling data-encoding-macro v0.1.20
2026-07-10T09:12:34.4091908Z    Compiling windows v0.62.2
2026-07-10T09:12:34.4224694Z    Compiling windows-sys v0.59.0
2026-07-10T09:12:34.5325585Z    Compiling tower v0.5.3
2026-07-10T09:12:34.5588272Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T09:12:34.6378763Z    Compiling crossbeam-channel v0.5.15
2026-07-10T09:12:35.0161197Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T09:12:35.0445113Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-10T09:12:35.2854724Z    Compiling chrono v0.4.45
2026-07-10T09:12:35.2959122Z    Compiling async-trait v0.1.89
2026-07-10T09:12:35.3774672Z    Compiling enum-assoc v1.3.0
2026-07-10T09:12:35.5444118Z    Compiling strum_macros v0.28.0
2026-07-10T09:12:35.5734797Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T09:12:35.8533851Z    Compiling blake3 v1.8.5
2026-07-10T09:12:35.8802841Z    Compiling windows-registry v0.6.1
2026-07-10T09:12:36.0085316Z    Compiling memoffset v0.6.5
2026-07-10T09:12:36.1610325Z    Compiling netwatch v0.16.0
2026-07-10T09:12:36.2466844Z    Compiling noq v0.18.0
2026-07-10T09:12:36.2897896Z    Compiling acto v0.8.2
2026-07-10T09:12:36.4452583Z    Compiling ref-cast v1.0.25
2026-07-10T09:12:36.4456611Z    Compiling tagptr v0.2.0
2026-07-10T09:12:36.5415106Z    Compiling mac-addr v0.3.0
2026-07-10T09:12:37.0837999Z    Compiling lru-slab v0.1.2
2026-07-10T09:12:37.0849460Z    Compiling xml-rs v0.8.28
2026-07-10T09:12:37.1263365Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T09:12:37.1672368Z    Compiling rustc-hash v2.1.2
2026-07-10T09:12:37.1672762Z    Compiling foldhash v0.2.0
2026-07-10T09:12:37.1797987Z    Compiling thiserror v1.0.69
2026-07-10T09:12:37.2302084Z    Compiling identity-hash v0.1.0
2026-07-10T09:12:37.3865296Z    Compiling hyper v1.10.1
2026-07-10T09:12:37.3865741Z    Compiling hashbrown v0.16.1
2026-07-10T09:12:37.4074632Z    Compiling netdev v0.42.0
2026-07-10T09:12:37.4219181Z    Compiling moka v0.12.15
2026-07-10T09:12:37.5009172Z    Compiling iroh-metrics v0.38.3
2026-07-10T09:12:37.5336729Z    Compiling iroh-relay v0.98.0
2026-07-10T09:12:37.9470837Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-10T09:12:37.9786763Z    Compiling xmltree v0.10.3
2026-07-10T09:12:38.3294848Z    Compiling num_enum v0.7.6
2026-07-10T09:12:38.3337431Z    Compiling tower-http v0.6.11
2026-07-10T09:12:38.3670206Z    Compiling strum v0.28.0
2026-07-10T09:12:38.4731525Z    Compiling iroh-base v0.98.0
2026-07-10T09:12:38.5196116Z    Compiling attohttpc v0.30.1
2026-07-10T09:12:38.7382272Z    Compiling n0-watcher v0.6.1
2026-07-10T09:12:38.7679209Z    Compiling tokio-stream v0.1.18
2026-07-10T09:12:38.7785956Z    Compiling serde_spanned v0.6.9
2026-07-10T09:12:38.9367176Z    Compiling hyper-util v0.1.20
2026-07-10T09:12:38.9749425Z    Compiling toml_datetime v0.6.11
2026-07-10T09:12:39.0747614Z    Compiling ref-cast-impl v1.0.25
2026-07-10T09:12:39.1093190Z    Compiling thiserror-impl v1.0.69
2026-07-10T09:12:39.1151478Z    Compiling serde_derive_internals v0.29.1
2026-07-10T09:12:39.3345113Z    Compiling simple-dns v0.9.3
2026-07-10T09:12:39.4033105Z    Compiling serial-core v0.4.0
2026-07-10T09:12:39.4527074Z    Compiling aho-corasick v1.1.4
2026-07-10T09:12:39.4527492Z    Compiling sha1_smol v1.0.1
2026-07-10T09:12:39.6808374Z    Compiling winreg v0.10.1
2026-07-10T09:12:39.7313059Z    Compiling arrayref v0.3.9
2026-07-10T09:12:39.7957157Z    Compiling resolv-conf v0.7.6
2026-07-10T09:12:39.8473949Z    Compiling constant_time_eq v0.4.2
2026-07-10T09:12:39.9142823Z    Compiling toml_write v0.1.2
2026-07-10T09:12:39.9349369Z    Compiling simdutf8 v0.1.5
2026-07-10T09:12:40.0639596Z    Compiling regex-syntax v0.8.10
2026-07-10T09:12:40.1461656Z    Compiling winnow v0.7.15
2026-07-10T09:12:40.3835382Z    Compiling smol_str v0.1.24
2026-07-10T09:12:40.3847049Z    Compiling igd-next v0.17.1
2026-07-10T09:12:40.4373597Z    Compiling schemars_derive v1.2.1
2026-07-10T09:12:40.4617709Z    Compiling iroh-dns v0.98.0
2026-07-10T09:12:41.0384615Z    Compiling serial-windows v0.4.0
2026-07-10T09:12:41.3234096Z    Compiling lru v0.16.4
2026-07-10T09:12:41.4069545Z    Compiling webpki-roots v1.0.7
2026-07-10T09:12:41.4120420Z    Compiling seize v0.5.1
2026-07-10T09:12:41.5130536Z    Compiling darling_core v0.23.0
2026-07-10T09:12:41.5325011Z    Compiling serde_bytes v0.11.19
2026-07-10T09:12:41.6121142Z    Compiling hmac v0.12.1
2026-07-10T09:12:41.6180581Z    Compiling iroh v0.98.2
2026-07-10T09:12:41.7276044Z    Compiling cmov v0.5.4
2026-07-10T09:12:41.8095846Z    Compiling pin-utils v0.1.0
2026-07-10T09:12:41.8397697Z    Compiling dyn-clone v1.0.20
2026-07-10T09:12:41.8478983Z    Compiling lazy_static v1.5.0
2026-07-10T09:12:41.9254136Z    Compiling anstyle v1.0.14
2026-07-10T09:12:41.9557726Z    Compiling bitflags v1.3.2
2026-07-10T09:12:42.0028942Z    Compiling once_cell_polyfill v1.70.2
2026-07-10T09:12:42.0198615Z    Compiling shared_library v0.1.9
2026-07-10T09:12:42.0510220Z    Compiling nix v0.25.1
2026-07-10T09:12:42.0788380Z    Compiling ctutils v0.4.2
2026-07-10T09:12:42.1096977Z    Compiling anstyle-wincon v3.0.11
2026-07-10T09:12:42.1443568Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T09:12:42.1784383Z    Compiling toml_edit v0.22.27
2026-07-10T09:12:42.1980710Z    Compiling hkdf v0.12.4
2026-07-10T09:12:42.2025145Z    Compiling papaya v0.2.4
2026-07-10T09:12:42.4123499Z    Compiling regex-automata v0.4.14
2026-07-10T09:12:42.4169276Z    Compiling serial v0.4.0
2026-07-10T09:12:42.4169649Z    Compiling filedescriptor v0.8.3
2026-07-10T09:12:42.5280197Z    Compiling anstyle-parse v1.0.0
2026-07-10T09:12:42.5321686Z    Compiling backon v1.6.0
2026-07-10T09:12:42.8651265Z    Compiling anstyle-query v1.1.5
2026-07-10T09:12:42.8799440Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T09:12:42.9619630Z    Compiling downcast-rs v1.2.1
2026-07-10T09:12:42.9775258Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T09:12:43.0004073Z    Compiling shell-words v1.1.1
2026-07-10T09:12:43.1101039Z    Compiling instability v0.3.12
2026-07-10T09:12:43.1346104Z    Compiling colorchoice v1.0.5
2026-07-10T09:12:43.1472325Z    Compiling paste v1.0.15
2026-07-10T09:12:43.2133674Z    Compiling schemars v1.2.1
2026-07-10T09:12:43.2562769Z    Compiling foldhash v0.1.5
2026-07-10T09:12:43.3122163Z    Compiling anstream v1.0.0
2026-07-10T09:12:43.4254229Z    Compiling portable-pty v0.8.1
2026-07-10T09:12:43.4673230Z    Compiling vte v0.13.1
2026-07-10T09:12:43.5624333Z    Compiling hashbrown v0.15.5
2026-07-10T09:12:43.5896516Z    Compiling spake2 v0.4.0
2026-07-10T09:12:43.7646357Z    Compiling strum_macros v0.26.4
2026-07-10T09:12:43.8740776Z    Compiling terminal_size v0.4.4
2026-07-10T09:12:44.0304168Z    Compiling wmi v0.18.4
2026-07-10T09:12:44.0608838Z    Compiling crossterm_winapi v0.9.1
2026-07-10T09:12:44.3117852Z    Compiling toml v0.8.23
2026-07-10T09:12:44.3456476Z    Compiling itertools v0.13.0
2026-07-10T09:12:44.6497867Z    Compiling regex v1.12.3
2026-07-10T09:12:44.8155216Z    Compiling sha1 v0.10.6
2026-07-10T09:12:45.1662080Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-10T09:12:45.1932157Z    Compiling darling_macro v0.23.0
2026-07-10T09:12:45.4172044Z    Compiling castaway v0.2.4
2026-07-10T09:12:45.4907073Z    Compiling clap_lex v1.1.0
2026-07-10T09:12:45.6570644Z    Compiling doctest-file v1.1.1
2026-07-10T09:12:45.8184984Z    Compiling darling v0.23.0
2026-07-10T09:12:45.8836116Z    Compiling indoc v2.0.7
2026-07-10T09:12:46.1158278Z    Compiling portmapper v0.16.0
2026-07-10T09:12:46.1329511Z    Compiling static_assertions v1.1.0
2026-07-10T09:12:46.1484083Z    Compiling recvmsg v1.0.0
2026-07-10T09:12:46.1484496Z    Compiling unicode-width v0.1.14
2026-07-10T09:12:46.3365978Z    Compiling compact_str v0.8.2
2026-07-10T09:12:46.3983250Z    Compiling unicode-truncate v1.1.0
2026-07-10T09:12:46.5379165Z    Compiling strum v0.26.3
2026-07-10T09:12:46.5571241Z    Compiling interprocess v2.4.2
2026-07-10T09:12:46.6124270Z    Compiling clap_builder v4.6.0
2026-07-10T09:12:46.6175180Z    Compiling crossterm v0.28.1
2026-07-10T09:12:46.7295222Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-10T09:12:46.9830899Z    Compiling lru v0.12.5
2026-07-10T09:12:47.4152992Z    Compiling clap_derive v4.6.1
2026-07-10T09:12:47.7390814Z    Compiling error-code v3.3.2
2026-07-10T09:12:47.8331686Z    Compiling cassowary v0.3.0
2026-07-10T09:12:47.9505915Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-10T09:12:47.9922167Z    Compiling unicode-width v0.2.0
2026-07-10T09:12:48.0578216Z    Compiling clipboard-win v5.4.1
2026-07-10T09:12:48.1130551Z    Compiling nucleo-matcher v0.3.1
2026-07-10T09:12:48.1338833Z    Compiling qrcode v0.14.1
2026-07-10T09:12:48.1648791Z    Compiling tempfile v3.27.0
2026-07-10T09:12:48.4972105Z    Compiling ratatui v0.29.0
2026-07-10T09:12:49.6115261Z    Compiling clap v4.6.1
2026-07-10T09:13:01.4812050Z    Compiling rustls-webpki v0.103.13
2026-07-10T09:13:03.8160800Z    Compiling tokio-rustls v0.26.4
2026-07-10T09:13:03.8161183Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T09:13:03.8161483Z    Compiling noq-proto v0.17.0
2026-07-10T09:13:03.9669690Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T09:13:03.9670116Z    Compiling hyper-rustls v0.27.9
2026-07-10T09:13:03.9670511Z    Compiling tokio-websockets v0.13.2
2026-07-10T09:13:04.1222845Z    Compiling reqwest v0.13.4
2026-07-10T09:13:05.8376177Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T09:13:22.8476093Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-10T09:13:24.5064629Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-10T09:13:35.3261541Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-10T09:13:44.1920544Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
2026-07-10T09:13:44.2164186Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-10T09:13:44.2938247Z 
2026-07-10T09:13:44.2938599Z running 1 test
2026-07-10T09:13:53.2310791Z test new_brain_serves_against_old_broker ... ok
2026-07-10T09:13:53.2310991Z 
2026-07-10T09:13:53.2311188Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.94s
2026-07-10T09:13:53.2311462Z 
2026-07-10T09:13:53.3201353Z Post job cleanup.
2026-07-10T09:13:53.4983869Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T09:13:53.5313031Z git version 2.43.0.windows.1
2026-07-10T09:13:53.5351581Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2f7261ad-b6f2-4c65-a7a3-df7cf5c0c41d\.gitconfig'
2026-07-10T09:13:53.5365917Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2f7261ad-b6f2-4c65-a7a3-df7cf5c0c41d' before making global git config changes
2026-07-10T09:13:53.5367550Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:13:53.5371916Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T09:13:53.6935954Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:13:54.0540723Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T09:13:54.6386335Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:13:54.6613982Z http.https://github.com/.extraheader
2026-07-10T09:13:54.6637090Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-10T09:13:54.6885743Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T09:13:55.5748656Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:13:55.6607245Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T09:13:56.3598864Z Cleaning up orphan processes
